x86-64: pci_probe must be resident
authorJan Beulich <jbeulich@novell.com>
Fri, 14 Jan 2011 14:26:11 +0000 (14:26 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 14 Jan 2011 14:26:11 +0000 (14:26 +0000)
... now that we reference it from emulate_privileged_op().

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_64/mmconfig-shared.c

index f1d790ec9e90cde44560af8a26e5114d2cd0bc8d..f36ae75153f8c9bcb806e13f8d18b0958eb41e54 100644 (file)
@@ -26,7 +26,7 @@
 #include "mmconfig.h"
 
 static int __initdata known_bridge;
-unsigned int __cpuinitdata pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF;
+unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF;
 
 static void __init parse_mmcfg(char *s)
 {